From 7e4a3b097fbdd4a6b6f304ea691a6261a99b7f48 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 26 Jul 2010 11:11:25 +0100 Subject: [PATCH] tools/hotplug: add LSB header to xen-watchdog runlevel script Signed-off-by: Olaf Hering Committed-by: Ian Jackson --- tools/hotplug/Linux/init.d/xen-watchdog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/hotplug/Linux/init.d/xen-watchdog b/tools/hotplug/Linux/init.d/xen-watchdog index 417b451922..99122d80da 100644 --- a/tools/hotplug/Linux/init.d/xen-watchdog +++ b/tools/hotplug/Linux/init.d/xen-watchdog @@ -4,6 +4,17 @@ # # chkconfig: 2345 21 79 # description: Run domain watchdog daemon +### BEGIN INIT INFO +# Provides: xen-watchdog +# Required-Start: xend +# Should-Start: $syslog $remote_fs +# Required-Stop: xend +# Should-Stop: $syslog $remote_fs +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: Start/stop xen-watchdog +# Description: Run domain watchdog daemon. +### END INIT INFO # # Source function library. -- 2.30.2